Top-level UI attribute definitions intended to be applied globally across an Activity
Theme
Style
Attribute
None of the above
UI attribute definitions intended to provide customization for a specific View
Assignable property to provide customized UI on a View
Attribute for space inside of a View between the edges and content.
margin
padding
spacing
gap
Attribute for color of text within a TextView
TextView
color
textColor
fontColor
Font sizes with Android layouts should be measured in
dp
pixels
sp
Applications can define fonts intended to be used and installed with the application.
True
False
The default design guide for Android applications is known as…
Material
Android
Flat
Styles can extend other themes using which XML attribute?
extends
implements
parent
Activities can override the default application Theme.
Layouts can be nested to organize related content.
Dark Mode requires a second set of layouts to be created with corresponding attributes.